Firestore index
クエリを発行すると、indexが必要とメッセージがでるので、そこから作る。
FailedPrecondition: 400 The query requires a COLLECTION_GROUP_ASC index for collection cards and field ctype. You can create it here: https://console.firebase.google.com/v1/r/project/xxx/firestore/indexes?create_exemption=xxx
みたいにmessageがでる
複合クエリなどで indexを作成する必要がある?